Class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung

  • Enclosing class:
    SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen

    public static class SVTOAG.SendungsBody.Verarbeitungsergebnis.Fehlermeldungen.Datensatzabweisung
    extends Object

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Dateifolgenummer_Original">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <length value="6"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="Kernpruefung" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="Datensatz_ID">
                         <simpleType>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                             <minLength value="1"/>
                             <maxLength value="36"/>
                           </restriction>
                         </simpleType>
                       </element>
                       <element name="Fehlercode" maxOccurs="9">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="Fehlernummer" type="{SV-Basis://XMLSchema/1.0}Fehlercode_Stp"/>
                                 <element name="Fehlertext" type="{SV-Basis://XMLSchema/1.0}Fehlertext_Stp"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>